-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ama-sdk): support of URL as spec-path input #1572
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c7a2586. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
135d844
to
1d4fbaa
Compare
e669b21
to
67f5da1
Compare
9d97240
to
31edbac
Compare
packages/@ama-sdk/schematics/schematics/code-generator/code-generator.ts
Show resolved
Hide resolved
...es/@ama-sdk/schematics/schematics/typescript/shell/templates/base/openapitools.json.template
Show resolved
Hide resolved
7c3ce9f
to
77e4e99
Compare
the documentation should be updated to reflect the changes. |
77e4e99
to
c3b6fb9
Compare
af29166
to
8052609
Compare
8052609
to
c7a2586
Compare
```json5 | ||
{ | ||
// ... | ||
"generate": "yarn schematics @ama-sdk/schematics:typescript-core --spec-path ./openapi-spec.yaml", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to update it in the config we generate with the shell
Proposed change
Support of URL and JSON based specification.